Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_defined_functions
get_defined_functions
Returns an array of all defined functions
Name:
get_defined_functions
Category:
Function processing
Programming Language:
php
One-line Description:
Returns an array of all defined functions
Related
How to Effectively Switch Between imagefontwidth() and imagettftext() Functions? Best Practices and Considerations
10
Hide or filter php_uname() output information in production environment
10
How to Use the pack() Function for Data Alignment Before Compression?
8
The correct way to cooperate between fopen() and imagecreatefromgd2()
4
Similar Functions
get_defined_functions
get_defined_functions
Returnsanarrayofalld
create_function
create_function
Createananonymous(la
call_user_func
call_user_func
Callthefirstparamete
func_num_args
func_num_args
Returnsthenumberofpa
func_get_args
func_get_args
Returnsanarraycontai
call_user_func_array
call_user_func_array
Callthecallbackfunct
forward_static_call
forward_static_call
Callingstaticmethods
register_shutdown_function
register_shutdown_function
Registerafunctiontha
Popular Articles